reflect.abiSeq.assignFloatN (method)

4 uses

	reflect (current package)
		abi.go#L213: 		return a.assignFloatN(offset, t.size, 1)
		abi.go#L215: 		return a.assignFloatN(offset, 4, 2)
		abi.go#L217: 		return a.assignFloatN(offset, 8, 2)
		abi.go#L294: func (a *abiSeq) assignFloatN(offset, size uintptr, n int) bool {